home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Windows 1993 Fall / TestDrive Windows 1993 Fall.iso / dbase / multi16m.doc < prev    next >
Encoding:
Text File  |  1993-03-09  |  1.0 KB  |  24 lines

  1.    MULTI16M
  2.    --------
  3.  
  4.    MULTI16M is a TSR that allows multiple DOS/16M programs to run under a
  5.    multitasker, like the DOS 5 dosshell. Start MULTI16M before starting the
  6.    multitasker. When it TSRs, MULTI16M occupies only 256 bytes. It cannot be
  7.    removed.
  8.  
  9.    This program leaves a resident handler for interrupt 15h so that later
  10.    DOS/16M programs will have the same information about the extended memory 
  11.    configuration, even if they are run under a multitasker.  They will also 
  12.    have a global control structure that allows them to share the extended 
  13.    memory heap. Since MULTI16M must have all the information about the
  14.    extended memory environment to run, we make it start as a DOS/16M program.
  15.    It simply preserves the information in a resident/global XBRK structure,
  16.    with interrupt handlers that respond to later DOS/16M programs.
  17.  
  18.    If your customers may be using your DOS/16M program with a multitasker,
  19.    please distribute MULTI16M and this readme as part of your release.
  20.  
  21.  
  22.  
  23. $Revision:   1.1  $
  24.